home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / [DOS_Application]_AOL_-_Client_1.6_-_Installation_Disks.zip / PLANB.BAT < prev    next >
DOS Batch File  |  1994-03-17  |  2KB  |  61 lines

  1. @echo off
  2. cls
  3. echo To install America Online
  4. echo -------------------------
  5. echo 
  6. echo Type A: or B: (depending on where you've inserted the installation disk)
  7. echo and press Enter.  Then type INSTALL and press Enter again.  We'll do the
  8. echo rest!
  9. echo 
  10. echo 
  11. echo If you have trouble installing America Online
  12. echo ---------------------------------------------
  13. echo 
  14. echo If you've followed the above instructions and cannot install America
  15. echo Online, please first call America Online Customer Relations at
  16. echo 1-800-827-6364.  A representative will help you work through any
  17. echo hardware or software incompatibility problems.
  18. echo 
  19. echo If we cannot determine the cause of your problem, we may refer you to the
  20. echo instructions in this file.  The steps outlined here will allow you to
  21. echo manually install America Online.  YOU SHOULD DO THIS ONLY AS A LAST RESORT.
  22. echo 
  23. echo 
  24. pause
  25. cls
  26. echo Manually installing America Online under Ensemble 2.0
  27. echo -----------------------------------------------------
  28. echo 
  29. echo 1.  Make sure you have over 2 megs free on your hard drive.  Although
  30. echo     America Online will not occupy that much space, it will be necessary
  31. echo     to temporarily copy a large file to your hard drive.
  32. echo 
  33. echo 2.  Switch to the Ensemble 2.0 directory:
  34. echo            C:
  35. echo            CD \GEOS20
  36. echo 
  37. echo 3.  Copy the AOL1.BIN file from the installation disk to your hard drive:
  38. echo            COPY A:AOL1.BIN
  39. echo 
  40. echo 4.  Type the following commands to create America Online's directories:
  41. echo            MD DOWNLOAD
  42. echo 
  43. echo 
  44. pause
  45. cls
  46. echo Manually installing America Online (continued)
  47. echo ----------------------------------------------
  48. echo 
  49. echo 5.  Type the following command to make AOL1.BIN executable:
  50. echo            RENAME AOL1.BIN AOL1.EXE
  51. echo 
  52. echo 6.  Decompress and extract the America Online files from AOL1.EXE:
  53. echo            AOL1 -D
  54. echo 
  55. echo 7.  Delete the AOL1.EXE file:
  56. echo            DEL AOL1.EXE
  57. echo 
  58. echo 8.  Enter the Ensemble 2.0:
  59. echo            GEOS20
  60. echo 
  61.